aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-sta.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter2010-05-241-1/+1
* iwlwifi: remove pointless HT checkJohannes Berg2010-05-101-4/+6
* iwlwifi: rename iwl_add_local_stationJohannes Berg2010-05-101-6/+3
* iwlwifi: move iwl_find_station() to 4965Johannes Berg2010-05-101-45/+0
* iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg2010-05-101-8/+13
* iwlagn: use iwl_sta_id() for aggregationJohannes Berg2010-05-101-6/+7
* iwlwifi: use iwl_find_station lessJohannes Berg2010-05-101-56/+0
* iwlwifi: track station IDsJohannes Berg2010-05-101-33/+28
* iwlagn: work around rate scaling reset delayReinette Chatre2010-05-101-1/+37
* iwlwifi: rework broadcast station managementJohannes Berg2010-05-101-70/+67
* iwlwifi: split allocation/sending local station LQJohannes Berg2010-05-101-8/+8
* iwlwifi: fix iwl_sta_init_lq station IDJohannes Berg2010-05-101-7/+4
* iwlagn: move iwl_get_ra_sta_id to 4965Johannes Berg2010-05-101-11/+0
* iwlwifi: manage IBSS station properlyJohannes Berg2010-05-101-1/+6
* iwlwifi: pass address to iwl_remove_stationJohannes Berg2010-05-101-7/+7
* iwlwifi: make bcast LQ command available for later restore actionsReinette Chatre2010-05-101-25/+66
* iwlwifi: remove redundant iwl_dump_lq_cmd()Shanyu Zhao2010-04-161-1/+0
* iwlwifi: set correct single/dual stream maskWey-Yi Guy2010-04-161-1/+11
* iwlwifi: fix compiler warningWey-Yi Guy2010-04-091-1/+4
* iwlwifi: fix compile warnings when compiling without debugReinette Chatre2010-04-091-1/+1
* iwlwifi: remove pointless sta_id invalid checkJohannes Berg2010-04-091-5/+1
* iwlwifi: remove wrong key use checkJohannes Berg2010-04-091-8/+0
* iwlwifi: make WEP key restoring explicitJohannes Berg2010-04-091-5/+9
* iwlwifi: remove trailing space in messagesFrans Pop2010-04-021-6/+6
* iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy2010-03-251-0/+1
* iwlwifi: implement new mac80211 station add/remove callsReinette Chatre2010-03-191-235/+293
* iwlwifi: only add broadcast station onceReinette Chatre2010-03-191-23/+85
* iwlwifi: change WEP key protection to use mutexJohannes Berg2010-03-091-9/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-041-51/+99
|\
| * iwlwifi: fix throughput degradation in aggregation modeDaniel Halperin2010-01-251-14/+9
| * iwlwifi: make broadcast station addition genericReinette Chatre2010-01-251-0/+11
| * iwlwifi: cleanup station adding codeReinette Chatre2010-01-251-36/+78
| * iwlwifi: update copyright year to 2010Reinette Chatre2010-01-191-1/+1
* | iwlwifi: fix pointer signedness warningJohannes Berg2010-01-251-2/+2
|/
* iwlwifi: allocated rx page accounting cleanupZhu Yi2009-12-211-6/+2
* iwlwifi: handle unicast PS bufferingJohannes Berg2009-11-181-15/+14
* mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-041-1/+1
* iwlwifi: add SM PS support for 6x50 seriesWey-Yi Guy2009-11-021-0/+5
* iwlwifi: split adding broadcast station from othersReinette Chatre2009-11-021-0/+62
* iwlwifi: use paged RxZhu Yi2009-10-271-38/+24
* iwlwifi: do not send sync command while holding spinlockReinette Chatre2009-09-231-1/+1
* iwlwifi: fix remove key errorAbhijeet Kolekar2009-08-281-1/+1
* iwlwifi: name changed from "fat" to "ht40"Wey-Yi Guy2009-08-141-3/+3
* iwlwifi: re-introduce per device debuggingReinette Chatre2009-08-141-1/+1
* iwlwifi: don't export symbols not needed in other modulesJohannes Berg2009-08-041-1/+0
* iwlwifi: remove command callback return valueJohannes Berg2009-07-271-16/+10
* iwlwifi: fix up command sendingJohannes Berg2009-07-271-14/+16
* iwlwifi: make debug level more user friendlyReinette Chatre2009-07-241-1/+1
* iwlagn: do not send key clear commands when rfkill enabledReinette Chatre2009-07-241-0/+12
* iwlwifi: use ieee80211_is_data(fc)Luis R. Rodriguez2009-07-241-3/+2