summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan2011-07-081-2/+7
* b43: LCN-PHY: include new PHY in common codeRafał Miłecki2011-07-082-0/+9
* b43: define firmwares for HT and LCN PHYsRafał Miłecki2011-07-081-0/+40
* mac80211: allow driver to generate P1K for IV32Johannes Berg2011-07-082-8/+25
* mac80211: allow drivers to access key sequence counterJohannes Berg2011-07-083-2/+137
* mac80211: simplify RX PN/IV handlingJohannes Berg2011-07-085-20/+44
* b43: LCN-PHY add place for new PHY supportRafał Miłecki2011-07-087-0/+125
* mac80211: use AES_BLOCK_SIZEJohannes Berg2011-07-085-29/+25
* b43: read radio ID on new coresRafał Miłecki2011-07-081-1/+13
* b43: use radio ID reading code to older cores onlyRafał Miłecki2011-07-081-15/+23
* b43: select BLOCKIO for BCMARafał Miłecki2011-07-081-0/+6
* b43: change selecting ucode for newer coresRafał Miłecki2011-07-081-9/+17
* b43: bus: add helpers for getting/setting wldev from/in bus coreRafał Miłecki2011-07-083-3/+35
* b43: handle BCMA in bus switchesRafał Miłecki2011-07-082-0/+90
* b43: use switches for SSB specific codeRafał Miłecki2011-07-085-57/+139
* mac80211: fix CMAC racesJohannes Berg2011-07-086-32/+33
* mac80211: fix CCMP racesJohannes Berg2011-07-084-25/+32
* mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-089-93/+103
* b43: implement BCMA bus opsRafał Miłecki2011-07-083-0/+110
* b43: make b43_wireless_init bus genericRafał Miłecki2011-07-081-4/+4
* Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-07-0817-144/+414
|\
| * wl12xx: start/stop queues according to global per-AC countersArik Nemtsov2011-07-086-24/+51
| * wl12xx: always initialize AP-mode max power levelArik Nemtsov2011-07-053-1/+9
| * wl12xx: initialize max_power levels for 11a channelsArik Nemtsov2011-07-051-34/+34
| * wl12xx: implement cancel_hw_scan() callbackEliad Peller2011-07-051-1/+39
| * wl12xx: add stop_scan commandEliad Peller2011-07-052-0/+28
| * wl12xx: configure suspend/resume only if associated/startedEliad Peller2011-07-051-2/+8
| * wl12xx: one SDIO initialization is enoughOhad Ben-Cohen2011-07-051-6/+6
| * wl12xx: implement Tx watermarks per ACArik Nemtsov2011-07-054-13/+37
| * wl12xx: Increase low & high TX watermarksIdo Yariv2011-07-051-2/+2
| * wl12xx: schedule TX packets according to FW occupancyArik Nemtsov2011-07-054-33/+72
| * wl12xx: use 802.11 header location after relocation to frame startArik Nemtsov2011-07-051-2/+2
| * wl12xx: AP mode - support FW TX inactivity triggersArik Nemtsov2011-07-0510-14/+82
| * wl12xx: fix Tx security sequence number handlingOz Krakowski2011-07-056-15/+47
* | rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde2011-07-079-0/+22
* | rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde2011-07-071-2/+2
* | rt2x00: Add device ID for RT539F device.Gertjan van Wingerde2011-07-071-0/+1
* | rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde2011-07-071-25/+26
* | rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde2011-07-073-28/+33
* | rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2011-07-072-5/+18
* | bcma: detect PCI core working in hostmodeRafał Miłecki2011-07-075-1/+62
* | mwifiex: modify SDIO aggregation Tx/Rx buffer sizeAmitkumar Karwar2011-07-061-2/+2
* | ipw2100: Fix command list for debuggingJean Delvare2011-07-061-1/+1
* | mac80211: support GTK rekey offloadJohannes Berg2011-07-065-0/+107
* | cfg80211/nl80211: support GTK rekey offloadJohannes Berg2011-07-065-0/+193
* | mac80211: allow driver to iterate keysJohannes Berg2011-07-062-0/+56
* | iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-061-1/+1
* | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-07-0624-244/+1176
|\ \ | |/
| * wl12xx: Support routing FW logs to the hostIdo Yariv2011-06-2712-4/+459
| * wl12xx: Avoid recovery while one is already in progressIdo Yariv2011-06-277-7/+21