index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn-rxon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlwifi: add trailing newline to various messages
Johannes Berg
2012-04-09
1
-1
/
+1
*
iwlwifi: extend notification wait
Johannes Berg
2012-04-09
1
-1
/
+4
*
mac80211: rename bss_conf timestamp to last_tsf
Johannes Berg
2012-03-13
1
-1
/
+1
*
iwlwifi: more status bit factoring
Don Fry
2012-03-08
1
-7
/
+7
*
iwlwifi: redesign PASSIVE_NO_RX workaround
Johannes Berg
2012-03-08
1
-6
/
+2
*
iwlwifi: abstract out notification wait support
Johannes Berg
2012-03-07
1
-5
/
+6
*
iwlwifi: put use_rts_for_aggregation into hw_params
Johannes Berg
2012-03-07
1
-2
/
+1
*
iwlwifi: move mutex out of shared
Johannes Berg
2012-03-07
1
-10
/
+10
*
iwlwifi: add wrappers for command sending
Johannes Berg
2012-03-07
1
-8
/
+8
*
iwlwifi: simplify auth/assoc flow
Johannes Berg
2012-03-06
1
-7
/
+0
*
iwlwifi: make EXIT_PENDING depend on mac80211
Johannes Berg
2012-03-06
1
-6
/
+0
*
iwlwifi: remove shared lock
Johannes Berg
2012-03-06
1
-6
/
+0
*
iwlwifi: virtualize the op_mode
Emmanuel Grumbach
2012-02-27
1
-2
/
+2
*
iwlwifi: enable receiving beacons when not associated
Meenakshi Venkataraman
2012-02-17
1
-0
/
+16
*
iwlwifi: update Copyright
Wey-Yi Guy
2012-01-24
1
-1
/
+1
*
iwlwifi: move iwl_cfg from iwl_priv to iwl_shared
Don Fry
2011-12-16
1
-4
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-12-14
1
-2
/
+2
|
\
|
*
iwlwifi: allow to switch to HT40 if not associated
Wey-Yi Guy
2011-12-14
1
-2
/
+2
*
|
iwlwifi: move ucode notification from iwl_priv to iwl_shared
Don Fry
2011-12-06
1
-3
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-12-02
1
-13
/
+23
|
\
\
|
|
/
|
*
iwlwifi: do not re-configure HT40 after associated
Wey-Yi Guy
2011-12-02
1
-13
/
+23
*
|
iwlwifi: add debug information on queue stop / wake
Emmanuel Grumbach
2011-11-11
1
-1
/
+2
*
|
iwlwifi: remove the use of the QOS debug flag
Emmanuel Grumbach
2011-11-11
1
-1
/
+1
*
|
iwlagn: check for SMPS mode
Wey-Yi Guy
2011-11-11
1
-0
/
+3
*
|
iwlwifi: Suppress noisy syslog messages when RF_KILL switch engaged
Todd Previte
2011-11-11
1
-2
/
+3
|
/
*
iwlagn: fix priv->cfg->ht_params NULL pointer dereference
Stanislaw Gruszka
2011-10-14
1
-2
/
+2
*
iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h
Emmanuel Grumbach
2011-10-14
1
-1
/
+0
*
iwlagn: merge station management functions
Wey-Yi Guy
2011-10-14
1
-1
/
+0
*
iwlagn: add debug for mac80211 callback
Wey-Yi Guy
2011-10-14
1
-1
/
+3
*
iwlagn: fix slot programming
Johannes Berg
2011-09-27
1
-1
/
+1
*
iwlagn: iwl-trans.c can't dereference iwl_priv any more
Emmanuel Grumbach
2011-09-14
1
-1
/
+1
*
iwlagn: clean up of transport layer
Emmanuel Grumbach
2011-09-14
1
-1
/
+1
*
iwlagn: handle GO powersave
Johannes Berg
2011-08-29
1
-0
/
+5
*
iwlagn: move the mapping ac to queue / fifo to transport
Emmanuel Grumbach
2011-08-29
1
-1
/
+2
*
iwlagn: move all iwl_is_XXX helpers to iwl-shared.h
Emmanuel Grumbach
2011-08-29
1
-3
/
+3
*
iwlagn: bus layer chooses its transport layer
Emmanuel Grumbach
2011-08-29
1
-8
/
+8
*
iwlagn: priv->mutex moves to iwl_shared
Emmanuel Grumbach
2011-08-29
1
-10
/
+10
*
iwlagn: priv->lock moves to iwl_shared
Emmanuel Grumbach
2011-08-29
1
-2
/
+2
*
iwlagn: priv->status moves to iwl_shared
Emmanuel Grumbach
2011-08-29
1
-5
/
+5
*
iwlagn: introduce iwl-shared.h
Emmanuel Grumbach
2011-08-29
1
-0
/
+1
*
iwlagn: support new P2P implementation
Johannes Berg
2011-08-08
1
-20
/
+3
*
iwlagn: track beacon interval sent to device
Johannes Berg
2011-07-21
1
-6
/
+5
*
iwlagn: implement WoWLAN
Johannes Berg
2011-07-21
1
-0
/
+3
*
iwlagn: remove un-necessary "_agn"
Wey-Yi Guy
2011-07-21
1
-5
/
+5
*
iwlagn: transport layer receives struct iwl_trans*
Emmanuel Grumbach
2011-07-21
1
-8
/
+8
*
iwlagn: remove un-necessary file
Wey-Yi Guy
2011-07-16
1
-0
/
+93
*
iwlagn: remove iwlagn_hcmd_utils structure and call directly
Don Fry
2011-07-11
1
-1
/
+34
*
iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic state
Meenakshi Venkataraman
2011-07-11
1
-0
/
+2
*
iwlagn: provide heplers to access the transport ops
Emmanuel Grumbach
2011-07-11
1
-6
/
+7
*
iwlagn: consolidate the API that sends host commands and move to transport
Emmanuel Grumbach
2011-07-11
1
-7
/
+10
[next]