summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-sta.c
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: merge station management functionsWey-Yi Guy2011-10-141-839/+0
* iwlagn: rename all the mac80211 callback functionsWey-Yi Guy2011-10-141-1/+1
* iwlagn: add debug for mac80211 callbackWey-Yi Guy2011-10-141-2/+4
* iwlagn: kill hw_params.max_stationsEmmanuel Grumbach2011-10-141-6/+5
* iwlagn: send simple LQ command for WoWLANJohannes Berg2011-10-141-2/+5
* iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach2011-09-211-1/+1
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-16/+13
* iwlagn: remove common station privJohannes Berg2011-09-211-3/+3
* iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach2011-09-141-2/+2
* iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-3/+3
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-36/+41
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-5/+6
* iwlagn: rewrite HW cryptoJohannes Berg2011-07-211-1/+1
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-3/+3
* iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry2011-07-111-1/+12
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-111-3/+4
* iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-111-3/+3
* iwlagn: prepare for multi-TB commandsJohannes Berg2011-05-131-6/+6
* iwlagn: remove most BUG_ON instancesJohannes Berg2011-04-181-3/+6
* iwlagn: change Copyright to 2011Wey-Yi Guy2011-04-071-1/+1
* iwlagn: remove unused variableJohannes Berg2011-04-071-1/+0
* iwlagn: remove 3945 only station codeWey-Yi Guy2011-03-251-6/+0
* iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy2011-02-211-11/+0
* Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy2011-02-211-0/+11
* iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy2011-02-211-11/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | iwlagn: fix race condition when reprogram staWey-Yi Guy2010-12-021-0/+13
* | iwlagn: reprogram AP STA after assocJohannes Berg2010-11-161-5/+46
|/
* iwlwifi: move agn specific station code thereJohannes Berg2010-10-071-712/+13
* iwlwifi: fix default LQ table in 5.2 bandTomas Winkler2010-09-111-11/+8
* iwlwifi: move HT configuration data into contextJohannes Berg2010-08-271-13/+10
* iwlwifi: add context pointer to stationJohannes Berg2010-08-271-7/+15
* iwlwifi: store default station flags in contextJohannes Berg2010-08-271-1/+1
* iwlwifi: make hw crypto context awareJohannes Berg2010-08-271-18/+23
* iwlwifi: move AP sta ID to contextJohannes Berg2010-08-271-2/+3
* iwlwifi: contextify-stations-completelyJohannes Berg2010-08-271-2/+9
* iwlwifi: contextify broadcast stationJohannes Berg2010-08-271-35/+54
* iwlwifi: initial contextificationJohannes Berg2010-08-271-1/+5
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-11/+13
* iwlwifi: fix locking assertionsJohannes Berg2010-08-061-3/+3
* iwlwifi: update LQ for bcast station on channel changeDaniel Halperin2010-06-251-0/+30
* iwlwifi: return ucode errors from station managementJohannes Berg2010-06-211-6/+10
* iwlwifi: use sync commands for keysJohannes Berg2010-06-211-11/+18
* iwlagn: use mutex for aggregationJohannes Berg2010-06-211-9/+22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-171-0/+4
|\
| * iwlwifi: serialize station management actionsReinette Chatre2010-06-141-0/+4