summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-sta.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-20iwlwifi: update copyright year to 2010Reinette Chatre1-1/+1
2009-12-21iwlwifi: allocated rx page accounting cleanupZhu Yi1-6/+2
2009-11-19iwlwifi: handle unicast PS bufferingJohannes Berg1-15/+14
2009-11-05mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg1-1/+1
2009-11-02iwlwifi: add SM PS support for 6x50 seriesWey-Yi Guy1-0/+5
2009-11-02iwlwifi: split adding broadcast station from othersReinette Chatre1-0/+62
2009-10-27iwlwifi: use paged RxZhu Yi1-38/+24
2009-09-23iwlwifi: do not send sync command while holding spinlockReinette Chatre1-1/+1
2009-08-28iwlwifi: fix remove key errorAbhijeet Kolekar1-1/+1
2009-08-14iwlwifi: name changed from "fat" to "ht40"Wey-Yi Guy1-3/+3
2009-08-14iwlwifi: re-introduce per device debuggingReinette Chatre1-1/+1
2009-08-05iwlwifi: don't export symbols not needed in other modulesJohannes Berg1-1/+0
2009-07-27iwlwifi: remove command callback return valueJohannes Berg1-16/+10
2009-07-27iwlwifi: fix up command sendingJohannes Berg1-14/+16
2009-07-24iwlwifi: make debug level more user friendlyReinette Chatre1-1/+1
2009-07-24iwlagn: do not send key clear commands when rfkill enabledReinette Chatre1-0/+12
2009-07-24iwlwifi: use ieee80211_is_data(fc)Luis R. Rodriguez1-3/+2
2009-06-04iwlwifi: add value and range define for link quality commandWey-Yi Guy1-2/+3
2009-06-04iwlwifi: unify station managementTomas Winkler1-23/+28
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+11
2009-05-06iwlwifi: replace test_and_set_bit by set_bit in clear stations functionTomas Winkler1-1/+1
2009-05-05iwlwifi: update key flags at time key is setReinette Chatre1-10/+11
2009-04-23iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor modeWey-Yi Guy1-5/+0
2009-04-23iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar1-2/+2
2009-04-23iwlwifi: use station management opsAbhijeet Kolekar1-10/+10
2009-03-28iwlwifi: report error when detect failure during stop agg queueWey-Yi Guy1-1/+3
2009-03-17iwlagn: fix warning when set WEP keyMohamed Abbas1-0/+7
2009-03-05iwl3945: unify set key flow with iwlwifiAbhijeet Kolekar1-1/+2
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-18/+18
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2009-02-05iwlwifi: clean key table in iwl_clear_stations_tableReinette Chatre1-0/+3
2009-01-30iwl3945: Remaining host command cleanupsSamuel Ortiz1-2/+4
2009-01-30IWL: fix WARN typoJiri Slaby1-3/+3
2009-01-30iwlwifi: update copyright year to 2009Reinette Chatre1-1/+1
2009-01-29iwlwifi: replace IWL_ERROR with IWL_ERRWinkler, Tomas1-17/+19
2009-01-29iwlwifi: replace IWL_WARNING with IWL_WARNWinkler, Tomas1-4/+5
2008-12-12iwlwifi: remove includes of iwl-helpers.h where not neededTomas Winkler1-2/+0
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+22
2008-12-05iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler1-3/+21
2008-11-26iwlwifi: move iwl_clear_stations_table to iwl-sta.cWinkler, Tomas1-0/+23
2008-11-26iwlwifi: consolidate station management codeTomas Winkler1-5/+129
2008-11-10iwlwifi: trivial removal of some 4965 remaining from iwl-agn-rs.hWinkler, Tomas1-1/+1
2008-11-01iwlwifi: run through spell checkerTomas Winkler1-3/+3
2008-11-01iwlwifi: remove host commands structures from iwl_cmdTomas Winkler1-2/+6
2008-11-01mac80211: rewrite HT handlingJohannes Berg1-11/+22
2008-11-01802.11: clean up/fix HT supportJohannes Berg1-3/+3
2008-11-01iwlwifi: take a valid antenna upon rate scale initTomas Winkler1-4/+5
2008-10-28net: convert print_mac to %pMJohannes Berg1-23/+15