summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-07-02iwlwifi: remove key information during device restartReinette Chatre1-0/+11
2010-06-26iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flagWey-Yi Guy1-5/+1
2010-06-26iwlwifi: fix multicastJohannes Berg1-1/+6
2010-06-15iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville1-0/+1
2010-06-14iwlagn: verify flow id in compressed BA packetShanyu Zhao1-0/+5
2010-06-14iwlwifi: serialize station management actionsReinette Chatre3-4/+17
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-06iwlwifi: move sysfs_create_group to post request firmwareEmmanuel Grumbach1-159/+159
2010-06-06iwl3945: fix internal scanAbhijeet Kolekar4-31/+96
2010-06-06iwl3945: enable stuck queue detection on 3945Reinette Chatre1-0/+1
2010-05-24iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter1-1/+1
2010-05-24wireless: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-21iwlwifi: fix internal scan raceReinette Chatre1-3/+18
2010-05-18drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller24-939/+1308
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-939/+1308
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches6-9/+0
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2010-05-11iwlwifi: clear driver stations when going downJohannes Berg3-0/+21
2010-05-11iwlwifi: remove pointless HT checkJohannes Berg1-4/+6
2010-05-11iwlwifi: rename iwl_add_local_stationJohannes Berg4-9/+6
2010-05-11iwlwifi: move iwl_find_station() to 4965Johannes Berg3-51/+44
2010-05-11iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg3-11/+15
2010-05-11iwlagn: use iwl_sta_id() for aggregationJohannes Berg5-28/+25
2010-05-11iwlwifi: use iwl_find_station lessJohannes Berg5-78/+29
2010-05-11iwlwifi: add iwl_sta_id()Johannes Berg1-0/+8
2010-05-11iwlwifi: track station IDsJohannes Berg8-52/+82
2010-05-11iwlwifi: provide more comments for cfg structureWey-Yi Guy1-0/+12
2010-05-11iwlwifi: "tx power per chain" are part of ucode_tx_statsWey-Yi Guy3-42/+21
2010-05-11iwlagn: work around rate scaling reset delayReinette Chatre1-1/+37
2010-05-11iwlwifi: rework broadcast station managementJohannes Berg11-99/+89
2010-05-11iwlwifi: split allocation/sending local station LQJohannes Berg1-8/+8
2010-05-11iwlwifi: fix iwl_sta_init_lq station IDJohannes Berg1-7/+4
2010-05-11iwlwifi: note that priv->bssid is used only by 3945Johannes Berg1-1/+1
2010-05-11iwlwifi: use vif in iwl_ht_confJohannes Berg1-4/+5
2010-05-11iwlwifi: remove useless priv->vif checkJohannes Berg1-4/+1
2010-05-11iwlagn: use virtual interface in TX aggregation handlingJohannes Berg3-11/+14
2010-05-11iwlwifi: push virtual interface throughJohannes Berg9-122/+118
2010-05-11iwlwifi: apply filter flags directlyJohannes Berg1-30/+22
2010-05-11iwlagn: use vif->type to check stationJohannes Berg1-1/+1
2010-05-11iwlagn: move iwl_get_ra_sta_id to 4965Johannes Berg3-12/+10
2010-05-11iwlwifi: remove rts_thresholdJohannes Berg1-1/+0
2010-05-11iwl3945: add plcp error checkingAbhijeet Kolekar3-3/+69
2010-05-11iwlagn: implement loading a new firmware file typeJohannes Berg4-9/+187
2010-05-11iwlagn: prepare for new firmware file formatJohannes Berg1-123/+168
2010-05-11iwlwifi: move eeprom version printout to eeprom initJohannes Berg2-6/+7
2010-05-11iwlwifi: remove ucode virtual functionsJohannes Berg10-123/+47
2010-05-11iwl3945: remove ucode access indirectionJohannes Berg2-49/+30
2010-05-11iwlagn: show and store firmware build numberJohannes Berg1-10/+15
2010-05-11iwlwifi: manage IBSS station properlyJohannes Berg14-28/+66