summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/p54/p54common.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-10p54: Modify p54 files for new organizationChristian Lamparter1-2687/+0
2009-07-10p54: redo rx_status into skb->cbChristian Lamparter1-15/+13
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-07-08p54: tx refused but queue activeLarry Finger1-2/+3
2009-07-06Revert "p54: Use SKB list handling helpers instead of by-hand code."David S. Miller1-19/+27
2009-05-28p54: Use SKB list handling helpers instead of by-hand code.David S. Miller1-27/+19
2009-05-06p54: call p54_wake_free_queues on every p54_free_skb and p54_rx_frame_sentMax Filippov1-19/+4
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-38/+25
2009-04-22p54: fix ps-poll delivery in ap modeChristian Lamparter1-1/+2
2009-04-22p54: deactivate broken powersave function (part 2)Christian Lamparter1-2/+1
2009-04-22p54: remove module_ stubsChristian Lamparter1-12/+0
2009-04-22p54: remove obsolet signal quality calculationChristian Lamparter1-2/+0
2009-04-22p54: utilize all available key slots for decryption offloadChristian Lamparter1-27/+74
2009-04-22p54: add beacon filtering supportChristian Lamparter1-4/+13
2009-04-22p54: more SoftLED updatesChristian Lamparter1-19/+65
2009-04-20p54: deactivate broken powersave functionChristian Lamparter1-2/+0
2009-03-27p54: fix SoftLED compile dependenciesChristian Lamparter1-8/+8
2009-03-16p54: completely ignore rx'd frames with bad FCSChristian Lamparter1-7/+2
2009-03-16p54: enable power save supportChristian Lamparter1-0/+2
2009-03-16p54: initial SoftLED supportChristian Lamparter1-9/+115
2009-03-16p54: fix iwconfig txpower offChristian Lamparter1-2/+2
2009-03-16p54: unify ieee80211 device registrationChristian Lamparter1-0/+15
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+6
2009-03-06p54: fix race condition in memory managementChristian Lamparter1-3/+6
2009-02-27p54: misplaced parenthesesRoel Kluin1-2/+2
2009-01-29p54spi: p54spi driverChristian Lamparter1-1/+2
2009-01-29p54: longbow frontend supportChristian Lamparter1-37/+104
2009-01-29p54: prepare the eeprom parser routines for longbowChristian Lamparter1-45/+143
2009-01-29p54: upgrade memrecord to p54_tx_infoChristian Lamparter1-11/+11
2009-01-29p54: refactor p54_alloc_skbChristian Lamparter1-41/+33
2009-01-29p54: return NETDEV_TX_OK in p54_tx and fix sparse warningsChristian Lamparter1-3/+3
2009-01-29p54: power save managementChristian Lamparter1-0/+42
2009-01-29p54: implement FIF_OTHER_BSS filter settingChristian Lamparter1-2/+4
2009-01-29p54: enable rx/tx antenna diversity by eeprom bitsChristian Lamparter1-3/+7
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-3/+3
2009-01-29p54: regulatory domain hintsChristian Lamparter1-1/+33
2009-01-29p54: enable proper frame injectionChristian Lamparter1-26/+69
2009-01-29p54: label queues with their corresponding namesChristian Lamparter1-27/+23
2009-01-22p54: more cryptographic accelerator fixesChristian Lamparter1-3/+17
2009-01-22p54: add missing break in eeprom parserChr1-2/+2
2009-01-16p54: fix p54_set_key's return codeChristian Lamparter1-1/+1
2009-01-16p54: set_tim must be atomic.Artur Skawina1-1/+1
2009-01-16p54: fix oops caused by bad eepromsChristian Lamparter1-1/+1
2009-01-13p54: fix "‘ret’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-12p54: fix WARN_ON at line 2247 of net/mac80211/rx.cChristian Lamparter1-2/+6
2009-01-12p54: crypto offload fixesChristian Lamparter1-1/+12
2009-01-12p54usb: Fix to prevent SKB memory allocation errors with 4K page sizeLarry Finger1-0/+11
2008-12-19p54: remove free_on_tx parameterChristian Lamparter1-13/+13
2008-12-19p54: more accurate rssi to dBm conversionChristian Lamparter1-18/+51
2008-12-19p54: update ACK failure statistic counter in real-timeChristian Lamparter1-0/+1