summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-10mwifiex: notify cfg80211 about MIC failuresAmitkumar Karwar1-0/+6
2012-08-10mwifiex: fix 'smatch' warning in preparing key_material cmdBing Zhao1-1/+1
2012-08-10ssb: check for flash presentenceRafał Miłecki2-8/+24
2012-08-10b43legacy: fix logic in GPIO initRafał Miłecki1-1/+1
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki1-0/+1
2012-08-10bcma: add (mostly) NAND definesRafał Miłecki2-0/+87
2012-08-10mwifiex: fix powerpc64-linux- compilation warningsBing Zhao2-9/+9
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg2-14/+3
2012-08-10mwifiex: fix code mis-alignment after the if statementFengguang Wu1-2/+2
2012-08-10ath5k: Put power_level where it belongs and rename itNick Kossifidis4-8/+17
2012-08-10ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis1-2/+2
2012-08-10ath5k: Fix range scaling when setting rate power tableNick Kossifidis1-3/+7
2012-08-10ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis1-5/+14
2012-08-10bcma: make some functions staticHauke Mehrtens3-8/+9
2012-08-10p54: parse output power tableChristian Lamparter2-24/+92
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville29-197/+415
2012-08-06mwifiex: add AES_CMAC support in key_material cmdYing Luo2-10/+52
2012-08-06mwifiex: pass key_params pointer in mwifiex_set_encodeYing Luo4-12/+22
2012-08-06mwifiex: rename wapi_rxpn to pnYing Luo2-3/+3
2012-08-06mwifiex: cleanup TX/RX BA tables for uAPAvinash Patil5-0/+58
2012-08-06mwifiex: add 11n Block Ack support for uAPAvinash Patil6-9/+105
2012-08-06mwifiex: support RX AMSDU aggregation for uAPAvinash Patil4-9/+88
2012-08-06mwifiex: improve uAP RX handlingAvinash Patil6-0/+244
2012-08-06mwifiex: create list for associated stations in AP modeAvinash Patil3-3/+177
2012-08-06mwifiex: separate file for handling AP eventsAvinash Patil5-49/+107
2012-08-06mwifiex: update 11n status as per start_ap IEAvinash Patil4-0/+5
2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar3-45/+64
2012-08-06mwifiex: update max_chan_per_scan correctly for SSID scanAmitkumar Karwar1-0/+2
2012-08-06mwifiex: do le_to_cpu conversion for Rx packet header elementsAmitkumar Karwar2-24/+22
2012-08-06mwifiex: correction in MSDU padding logicYogesh Ashok Powar1-2/+2
2012-08-06mwifiex: remove extra padding to AMSDUYogesh Ashok Powar1-1/+0
2012-08-06mwifiex: copy MSDU subframes correctlyYogesh Ashok Powar1-6/+3
2012-08-06ath9k: fix indentation in ar9003_hw_set_power_per_rate_tableGabor Juhos1-74/+69
2012-08-06ath9k: optimize power level initialization for CTL_[25]GHT20Gabor Juhos1-7/+1
2012-08-06carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfacesJavier Lopez4-2/+6
2012-08-06b43: N-PHY: add overriding RF control for rev7+Rafał Miłecki3-4/+129
2012-08-06b43: be more user friendly with PHY infoRafał Miłecki2-5/+36
2012-08-06b43: N-PHY: init 0x2057 radioRafał Miłecki4-2/+712
2012-08-06b43: N-PHY: finish 0x2056 radio setupRafał Miłecki2-6/+90
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki3-11/+22
2012-08-06b43: rename host flags definesRafał Miłecki3-10/+12
2012-08-06p54pci: convert driver to use asynchronous firmware loadingLarry Finger2-26/+63
2012-08-06b43: N-PHY: add PHY rev7+ workaroundsRafał Miłecki1-2/+326
2012-08-06b43: N-PHY: update workaroundsRafał Miłecki1-16/+30
2012-08-06brcmsmac: use ieee80211_channel_to_frequencyJohannes Berg2-14/+4
2012-08-06Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes1-13/+9
2012-08-06Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes1-2/+2
2012-08-06Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes1-8/+3
2012-08-06Bluetooth: Refactor hci_cs_le_create_connAndre Guedes1-14/+16
2012-08-06Bluetooth: Remove unneeded codeAndre Guedes1-10/+0